{ "version": 4, "terraform_version": "1.8.9", "serial": 217, "lineage": "8f123d8c-292b-beb6-9d4b-1d3816191ed0", "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-7067de9faa046c0c4", "ami": "ami-17a4355e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-93580a09"], "subnet_id": "subnet-57539077", "key_name": "prod-deploy-key" } } ] } ] }