{ "version": 4, "terraform_version": "1.7.3", "serial": 459, "lineage": "5f329c00-65b3-b759-7743-2ad17dd2d13c", "outputs": { "db_endpoint": { "value": "db-4.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-d0e15478094b33a7c", "ami": "ami-15f8b496", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-579b6025"], "subnet_id": "subnet-082297e7", "key_name": "prod-deploy-key" } } ] } ] }