{ "version": 4, "terraform_version": "1.5.0", "serial": 105, "lineage": "284d2ee3-201b-112d-2c23-21520eb930e2", "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-587bf3112443dc2e3", "ami": "ami-98d837d5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d399cf31"], "subnet_id": "subnet-fdb03f2f", "key_name": "prod-deploy-key" } } ] } ] }