{ "version": 4, "terraform_version": "1.6.5", "serial": 305, "lineage": "a29ac13a-301b-6ce0-051b-8d0b6f278986", "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-9adc823227fd8fc0e", "ami": "ami-3d1f8f0d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f0e2699b"], "subnet_id": "subnet-e3994cce", "key_name": "prod-deploy-key" } } ] } ] }