{ "version": 4, "terraform_version": "1.6.8", "serial": 567, "lineage": "84d47d91-afe6-44d7-1f39-11e46d2a77f9", "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-8be8dfdc25617430d", "ami": "ami-234aec99", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dca258ec"], "subnet_id": "subnet-3390ca29", "key_name": "prod-deploy-key" } } ] } ] }