{ "version": 4, "terraform_version": "1.6.9", "serial": 384, "lineage": "fe8d5b05-7e69-a6ba-44ad-88f79ab10a69", "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-13612706bd96327d5", "ami": "ami-bdd71fd0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f206344d"], "subnet_id": "subnet-a0da44a2", "key_name": "prod-deploy-key" } } ] } ] }