{ "version": 4, "terraform_version": "1.6.8", "serial": 193, "lineage": "89028cda-fd45-adbe-1206-4a26f5183c93", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3505050aac7576908", "ami": "ami-86ba7f5e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e07a6710"], "subnet_id": "subnet-741e74b1", "key_name": "prod-deploy-key" } } ] } ] }