{ "version": 4, "terraform_version": "1.5.1", "serial": 425, "lineage": "c145a9af-7253-76e8-e834-bdc47ffec5ea", "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-e4762c8e812b7461f", "ami": "ami-8e5c72bf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb19a9e6"], "subnet_id": "subnet-a3212525", "key_name": "prod-deploy-key" } } ] } ] }