{ "version": 4, "terraform_version": "1.5.4", "serial": 428, "lineage": "fd164c68-a07f-59e1-7e55-19a8b0ff5799", "outputs": { "db_endpoint": { "value": "db-1.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-6dd9cd642650ea340", "ami": "ami-08749394", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8ebad2f1"], "subnet_id": "subnet-53347fac", "key_name": "prod-deploy-key" } } ] } ] }