{ "version": 4, "terraform_version": "1.8.6", "serial": 256, "lineage": "26ecfe30-0f69-869c-da8d-04f856b10401", "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-f75e717a81287fcce", "ami": "ami-c106d006", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dcb82867"], "subnet_id": "subnet-d9cc5c65", "key_name": "prod-deploy-key" } } ] } ] }