{ "version": 4, "terraform_version": "1.7.9", "serial": 185, "lineage": "79899e21-4e90-8bfb-76b0-ba1441f575f8", "outputs": { "db_endpoint": { "value": "db-1.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-476a48dab42f87dc3", "ami": "ami-ba02bb9e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-950aa4e1"], "subnet_id": "subnet-f26ec4d1", "key_name": "prod-deploy-key" } } ] } ] }