{ "version": 4, "terraform_version": "1.7.8", "serial": 464, "lineage": "51fcc37a-2cd2-2fe5-5a66-c30ce54ac475", "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-5db78f6ff2b6cfc2f", "ami": "ami-1de4fd1e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-369a1cfd"], "subnet_id": "subnet-df6739e4", "key_name": "prod-deploy-key" } } ] } ] }