{ "version": 4, "terraform_version": "1.7.6", "serial": 477, "lineage": "0d0c6aa4-002d-2a92-a0db-e6315b6a2e07", "outputs": { "db_endpoint": { "value": "db-2.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-0d8c949e8c0b21556", "ami": "ami-c25ac84d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-44af00fe"], "subnet_id": "subnet-9242462c", "key_name": "prod-deploy-key" } } ] } ] }