{ "version": 4, "terraform_version": "1.5.3", "serial": 504, "lineage": "c7e52865-fae6-c267-3352-98cd7ef81ecb", "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-76adcc38c6f7ba8af", "ami": "ami-136e7c99", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2d8d5f31"], "subnet_id": "subnet-76ccc4b6", "key_name": "prod-deploy-key" } } ] } ] }