{ "version": 4, "terraform_version": "1.7.5", "serial": 495, "lineage": "fea9a947-47e3-8a48-a1f7-8e03df28db4c", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5ec6bf78c2bf712c8", "ami": "ami-e50b7d3d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8f7eaf76"], "subnet_id": "subnet-ce7132c4", "key_name": "prod-deploy-key" } } ] } ] }