{ "version": 4, "terraform_version": "1.6.8", "serial": 227, "lineage": "2e7cc3e8-1dbb-fbd1-26f4-8d18f25d4f4e", "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-fb586cd6d990941df", "ami": "ami-960a65c0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b21d8aea"], "subnet_id": "subnet-353c07ea", "key_name": "prod-deploy-key" } } ] } ] }