{ "version": 4, "terraform_version": "1.6.6", "serial": 261, "lineage": "eb04eabb-6a75-7316-2f53-f13d45f1e50a", "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-59ec811eade7afe50", "ami": "ami-bcc3f7c8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-467ba581"], "subnet_id": "subnet-1288b637", "key_name": "prod-deploy-key" } } ] } ] }