{ "version": 4, "terraform_version": "1.6.7", "serial": 405, "lineage": "a057a0e5-266f-267c-e1f7-b7bc3725d58b", "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-0f306a8d30bff4469", "ami": "ami-b37aa165", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-05fa2539"], "subnet_id": "subnet-62022e32", "key_name": "prod-deploy-key" } } ] } ] }