{ "version": 4, "terraform_version": "1.7.2", "serial": 425, "lineage": "95354999-6240-abe9-e3e5-388252859909", "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-487e228fc76e1b88a", "ami": "ami-487546d7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74861f15"], "subnet_id": "subnet-02d8718a", "key_name": "prod-deploy-key" } } ] } ] }