{ "version": 4, "terraform_version": "1.5.2", "serial": 350, "lineage": "a71a2e43-3058-eb03-c5c3-73c2c165af51", "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-4150e620eaecb0808", "ami": "ami-26ee0fd6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa0bd33b"], "subnet_id": "subnet-c972b97a", "key_name": "prod-deploy-key" } } ] } ] }