{ "version": 4, "terraform_version": "1.6.6", "serial": 582, "lineage": "14c456b9-7203-a595-9fa6-ec5241f9fe97", "outputs": { "db_endpoint": { "value": "db-4.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-b7ed3bd6a07860acf", "ami": "ami-9a8cb173", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c1b39fd4"], "subnet_id": "subnet-d89ff991", "key_name": "prod-deploy-key" } } ] } ] }