{ "version": 4, "terraform_version": "1.6.5", "serial": 458, "lineage": "eb076a0b-3a7e-1458-53dc-253b8711210b", "outputs": { "db_endpoint": { "value": "db-3.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-eed3c4e672e259e7b", "ami": "ami-f0521297", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b6b7cde9"], "subnet_id": "subnet-1c6faf2d", "key_name": "prod-deploy-key" } } ] } ] }