{ "version": 4, "terraform_version": "1.8.4", "serial": 210, "lineage": "679b7ac3-d289-e400-73ff-ff02cd7aad9d", "outputs": { "db_endpoint": { "value": "db-3.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-fcc961c3121342e4a", "ami": "ami-5a3dabca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-06f117be"], "subnet_id": "subnet-822d71fa", "key_name": "prod-deploy-key" } } ] } ] }