{ "version": 4, "terraform_version": "1.7.8", "serial": 599, "lineage": "d538b14b-5f7c-233c-68e6-427140fe674e", "outputs": { "db_endpoint": { "value": "db-2.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-1c202ac5bece50c40", "ami": "ami-cba1feaa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2ed05914"], "subnet_id": "subnet-14161423", "key_name": "prod-deploy-key" } } ] } ] }