{ "version": 4, "terraform_version": "1.7.9", "serial": 562, "lineage": "7fd06b2d-09da-28f0-f9b7-e00f18daf127", "outputs": { "db_endpoint": { "value": "db-0.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-fe19cf25dcef4b3a0", "ami": "ami-549031b4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-44096829"], "subnet_id": "subnet-a7f3f648", "key_name": "prod-deploy-key" } } ] } ] }