{ "version": 4, "terraform_version": "1.7.4", "serial": 541, "lineage": "ebf4a710-db3e-f954-b22d-9608eb35a1c1", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0ac19e6a1d041f680", "ami": "ami-250c92c2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-597fdf21"], "subnet_id": "subnet-1de0913f", "key_name": "prod-deploy-key" } } ] } ] }