{ "version": 4, "terraform_version": "1.7.6", "serial": 279, "lineage": "e1da84cd-594d-5fbe-3298-b4b29e7de696", "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-b4c3306dc96216703", "ami": "ami-f85344bc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-92c40411"], "subnet_id": "subnet-4078ec4f", "key_name": "prod-deploy-key" } } ] } ] }