{ "version": 4, "terraform_version": "1.7.3", "serial": 295, "lineage": "810dfc9f-2bb2-ba8f-6014-fed3e012225b", "outputs": { "db_endpoint": { "value": "db-3.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-c626dfe2e43a70c7d", "ami": "ami-8be370e8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e4fbb8bb"], "subnet_id": "subnet-d4c4a41e", "key_name": "prod-deploy-key" } } ] } ] }