{ "version": 4, "terraform_version": "1.8.6", "serial": 299, "lineage": "ff0cc576-ef5c-4ca1-3e78-9bebcb9f3527", "outputs": { "db_endpoint": { "value": "db-3.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-ef642b865ffbff30c", "ami": "ami-f730b048", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-98d3d39d"], "subnet_id": "subnet-547f29b4", "key_name": "prod-deploy-key" } } ] } ] }