{ "version": 4, "terraform_version": "1.8.1", "serial": 489, "lineage": "5478f35a-8f82-08c3-155e-472dc4d395a9", "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-1b45b2dc29d7f61f4", "ami": "ami-87cefd25", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ea4c3f49"], "subnet_id": "subnet-764b0a8f", "key_name": "prod-deploy-key" } } ] } ] }