{ "version": 4, "terraform_version": "1.6.7", "serial": 259, "lineage": "fcb4bde6-b35c-aed4-8d68-5100213f3848", "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-5f1f870756cd3de55", "ami": "ami-a033e055", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2d3797f2"], "subnet_id": "subnet-98f6bcf0", "key_name": "prod-deploy-key" } } ] } ] }