{ "version": 4, "terraform_version": "1.5.2", "serial": 586, "lineage": "75582ed5-0f1a-a6d7-27bb-dbba8fba3e78", "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-9fe5682a49de4754e", "ami": "ami-8a80f687", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-92b38560"], "subnet_id": "subnet-13310f2e", "key_name": "prod-deploy-key" } } ] } ] }