{ "version": 4, "terraform_version": "1.6.5", "serial": 373, "lineage": "fd7e8617-c696-f107-5a84-01690193acce", "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-071e487acda4c9cb4", "ami": "ami-21552ea7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19d0e475"], "subnet_id": "subnet-6e1881be", "key_name": "prod-deploy-key" } } ] } ] }