{ "version": 4, "terraform_version": "1.5.6", "serial": 557, "lineage": "40520ba3-670a-7ae5-c78b-762d61317312", "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-996f5f921eac92aaa", "ami": "ami-1b8398b4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7938b8c1"], "subnet_id": "subnet-c2962f26", "key_name": "prod-deploy-key" } } ] } ] }