{ "version": 4, "terraform_version": "1.7.7", "serial": 462, "lineage": "7540f436-b46a-3fd0-db74-85b26d78adbe", "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-511431685d2f5de8e", "ami": "ami-585bf125", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cbf2f486"], "subnet_id": "subnet-5e1b92e2", "key_name": "prod-deploy-key" } } ] } ] }