{ "version": 4, "terraform_version": "1.5.5", "serial": 252, "lineage": "2d5a22ff-2214-2fad-473b-68e32c7396bb", "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-385ffb585ce28ce28", "ami": "ami-1c16a628", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b04195cd"], "subnet_id": "subnet-73e8b9b6", "key_name": "prod-deploy-key" } } ] } ] }