{ "version": 4, "terraform_version": "1.7.8", "serial": 447, "lineage": "9657425d-b25e-4821-6c7d-4e4c0a59cafa", "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-5df95071f88c93e92", "ami": "ami-a8412372", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d219a407"], "subnet_id": "subnet-c00aea8f", "key_name": "prod-deploy-key" } } ] } ] }