{ "version": 4, "terraform_version": "1.5.3", "serial": 188, "lineage": "eb800b7b-d275-b317-eb4b-3c38b72f93fb", "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-cb46f99818bb112f2", "ami": "ami-a4bfe10e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c99f0faf"], "subnet_id": "subnet-3d6c6c07", "key_name": "prod-deploy-key" } } ] } ] }