{ "version": 4, "terraform_version": "1.7.8", "serial": 395, "lineage": "9cd86c93-9fe7-e6cb-1d75-fd1816f59b78", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-38c4d0f163c153588", "ami": "ami-55a5bc1f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c9dc205d"], "subnet_id": "subnet-47258c51", "key_name": "prod-deploy-key" } } ] } ] }